Content starts here Client and Server Classpath Settings
This page last changed on Jan 09, 2008.


edocs Home > BEA AquaLogic Data Services Platform 3.0 Documentation

ALDSP 3.0 Server and Client Classpath Settings

The following describes the various ALDSP 3.0 Client/Server configurations and their classpath requirements.  

Topics

ALDSP-Enabled Server Classpath

The ALDSP-enabled server needs the following classpath setting.

ALDSP-Enabled Server Classpath Settings 
CLASSPATH=
  <ALDSP_HOME>/lib/ld-server-core.jar
  <WLS_CLASSPATH>
Notes:
  • ALDSP depends on the apache_xbean.jar, which is available from the weblogic.jar manifest entry.
  • The ld-server-core.jar's manifest file refers to the following set of jars used by the ALDSP server.
    sdo.jar
    wlsdo.jar
    binxml.jar
    xquery.jar
    ../external/com.bea.common.configfwk.wlinterop_9.2.2.0.jar
    ../external/com.bea.common.configfwk_1.0.0.0.jar
    ../external/alsb_client_9.2.jar
    ../external/jgrapht-jdk1.5.jar
    relational-providers.jar
    ld-client.jar

ALDSP Client Classpaths 

Java Mediator API Client

Client applications using the ALDSP Mediator API need one of the following classpaths.

Static Java Mediator API Client Classpath

CLASSPATH=
<app-static-client>.jar                  <= this is generated static client jar.
  <ALDSP_HOME>/lib/sdo.jar
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/common/lib/apache_xbean.jar
  <WL_HOME>/server/lib/weblogic.jar

Dynamic Mediator API Classpath

Dynamic Mediator API Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/sdo.jar
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/common/lib/apache_xbean.jar
  <WL_HOME>/server/lib/weblogic.jar

Web Service Client

Static Web Service Client Classpath
CLASSPATH=
  <app-static-client>.jar                  <= this is generated static client jar.
  <ALDSP_HOME>/lib/sdo.jar
  <WL_HOME>/common/lib/apache_xbean.jar
  <WL_HOME>/server/lib/weblogic.jar
Dynamic Web Service Client Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/sdo.jar
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/common/lib/apache_xbean.jar
  <WL_HOME>/server/lib/weblogic.jar

JMX Mbean Management API Client

JMX Mbean Management API Client Classpath
CLASSPATH=
<ALDSP_HOME>/lib/ld-server-core.jar
<ALDSP_HOME>/lib/ld-client.jar
<WL_HOME>/common/lib/apache_xbean.jar
<WL_HOME>/server/lib/weblogic.jar

ALDSP JDBC API Client

ALDSP JDBC API Client Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/ldjbc.jar
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/server/lib/weblogic.jar
Document generated by Confluence on Apr 28, 2008 16:27